Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / GenericTypeConverter<T> Class
Type of the object.
Members


In This Topic
    GenericTypeConverter<T> Class
    In This Topic
    A generic type converter which inherited from System.ComponentModel.ExpandableObjectConverter and can be used for various type of objects in FpChart.
    Syntax
    'Declaration
     
    
    Public Class GenericTypeConverter(Of T) 
       Inherits System.ComponentModel.ExpandableObjectConverter
    'Usage
     
    
    Dim instance As GenericTypeConverter(Of T)
    public class GenericTypeConverter<T> : System.ComponentModel.ExpandableObjectConverter 
    Type Parameters
    T
    Type of the object.
    Inheritance Hierarchy

    System.Object
       System.ComponentModel.TypeConverter
          System.ComponentModel.ExpandableObjectConverter
             FarPoint.Win.Chart.GenericTypeConverter<T>

    See Also